DioDocs for PDF
GetValueFastDelegate<T> デリゲート

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 : GetValueFastDelegate<T> デリゲート
ゲッターのタイプ。
プロパティを取得するオブジェクト。
取得する値。
オブジェクトからプロパティ値を取得するデリゲート。
シンタックス
'宣言
 
Public Delegate Sub GetValueFastDelegate(Of T)( _
   ByVal obj As System.Object, _
   ByRef value As T _
) 
public delegate void GetValueFastDelegate<T>( 
   System.object obj,
   out T value
)

パラメータ

obj
プロパティを取得するオブジェクト。
value
取得する値。

型パラメータ

T
ゲッターのタイプ。
参照

GetValueFastDelegate<T> メンバ
GrapeCity.Documents.DX 名前空間